home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
AdobeExamples
/
NX_LineDraw
/
DrawViewWraps.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-12-19
|
931b
|
29 lines
/* DrawViewWraps.h generated from DrawViewWraps.psw
by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
*/
#ifndef DRAWVIEWWRAPS_H
#define DRAWVIEWWRAPS_H
extern void PSWMarkTime( void );
extern void PSWReturnTime(int *ElapsedTime);
extern void PSWDefs( void );
extern void PSWEraseView(float BGColor, float BGStrColor, float BGStrWidth, float BGrect[]);
extern void PSWDrawLine(float LineWidth, float LineColor, float X, float Y, float X1, float Y1);
extern void PSWEraseViewBind(float BGColor, float BGStrColor, float BGStrWidth, float BGrect[]);
extern void PSWDrawLineBind(float LineWidth, float LineColor, float X, float Y, float X1, float Y1);
extern void PSWDrawLineRepeatBind(float W[], float C[], float X[], float Y[], float X1[], float Y1[], int i);
extern void PSWMakeLineBind(float X, float Y, float X1, float Y1);
extern void PSWStrokeLineBind(float LineWidth, float LineColor);
#endif DRAWVIEWWRAPS_H